home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / SCHEME / SOID2_4.REA < prev    next >
Text File  |  1992-06-28  |  1KB  |  24 lines

  1. siod ver 2.4
  2. ============
  3.  
  4. Siod is a small implementation of the Scheme language written in C.  Scheme
  5. is the latest "language of the month" taught in many Computer Science
  6. departments. It is a variant of LISP.  This is a straight port of the Unix
  7. sources and as such is not WIMP aware.  You will need a C compiler and
  8. UnixLib to recompile the sources.
  9.  
  10. The sources and executables are available as "pub/riscos/siod2_4" via
  11. Internet ftp from uts.mcc.ac.uk, login as "anonymous" using your email
  12. address as a password.  Transfer the file in binary mode. The sources are in
  13. the form of a !spark 2 archive.
  14.  
  15. The siod sources are copyright "PARADIGM ASSOCIATES INCORPORATED, CAMBRIDGE,
  16. MASSACHUSETTS." but may be distrbuted freely.  All I did was fix up
  17. the sources a bit for RO3, compile them up and re-package the sources in a
  18. RO3 format.
  19.  
  20. The program passes the simple tests described in the package but I've done
  21. little else to check operation.  Both -g0 and -g1 options work on the ARM
  22. and -g0 should be used if possible as it makes better use of the available
  23. memory.
  24.